-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: Add section about ostree and bootloaders #3116
Conversation
Skipping CI for Draft Pull Request. |
900df83
to
01a0ce9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I might expand this to speak about Androidy Bootloaders found in ARM Automotive platforms
docs/bootloaders.md
Outdated
|
||
## GRUB and os-prober | ||
|
||
A specific component of GRUB that can significantly impede the reliabilty of OS updates is the `os-prober` aspect, which scans all system block devices. If one doesn't care about dual booting, avoiding this is a good idea. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/reliabilty/reliability/g
docs/bootloaders.md
Outdated
|
||
## Anaconda | ||
|
||
Until very recently the Anaconda project only supported setting up the bootloader (e.g. GRUB) on its own, which requires `grub2-mkconfig` etc. As of recently, Anaconda now [supports bootupd](https://github.com/rhinstaller/anaconda/pull/5298). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Until very recently the Anaconda/Until very recently, the Anaconda/g
docs/bootloaders.md
Outdated
|
||
## bootupd | ||
|
||
As of recently [the bootupd project](https://github.com/coreos/bootupd/) ships [static grub configs](https://github.com/coreos/bootupd/tree/main/src/grub2) and in this case, the `sysroot.bootloader` should be set to `none` (except on s390x). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/As of recently/As of recently,/g
I found some super minor things, but happy to merge this as is, just say the word |
01a0ce9
to
5466e98
Compare
thanks! and yes please expand this is a needed for auto. |
/test all |
I only have merge if everything is green permissions, trying to get this build: ci/prow/fcos-e2e from orange to green, it seems stuck or something. |
It doesn't run for docs-only PRs |
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/fcos-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.